Clarify the use of vcpu-set. Closes bug #686.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 2 Aug 2006 16:42:38 +0000 (17:42 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 2 Aug 2006 16:42:38 +0000 (17:42 +0100)
Signed-off-by Harry Butterworth <butterwo@uk.ibm.com>

tools/python/xen/xm/main.py

index b6d1dcb63c65385979fabf3d12f63fabb192ef3c..83021a49ade507ae2d859df018d3a54a8761b1fa 100644 (file)
@@ -78,7 +78,9 @@ help_spacer = """
 sysrq_help =   "sysrq   <DomId> <letter>         Send a sysrq to a domain"
 domid_help =   "domid <DomName>                  Converts a domain name to a domain id"
 domname_help = "domname <DomId>                  Convert a domain id to a domain name"
-vcpu_set_help = """vcpu-set <DomId> <VCPUs>         Set the number of VCPUs for a domain"""
+vcpu_set_help = """vcpu-set <DomId> <VCPUs>         Set the number of active VCPUs for a domain
+                                    within the range allowed by the domain
+                                    configuration"""
 vcpu_list_help = "vcpu-list <DomId>                List the VCPUs for a domain (or all domains)"
 vcpu_pin_help = "vcpu-pin <DomId> <VCPU> <CPUs>   Set which cpus a VCPU can use" 
 dmesg_help =   "dmesg [-c|--clear]               Read or clear Xen's message buffer"